home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1999 June / PSL Volume 7 Number 6.iso / WIN / COMMUNIC / MAILT12.ZIP / _SETUP.1 / MAILTHEM.exe / 0 / RCDATA / TREGFORM / TREGFORM.txt
Text File  |  1999-04-04  |  3KB  |  119 lines

  1. object regform: Tregform
  2.   Left = 267
  3.   Top = 153
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'regform'
  7.   ClientHeight = 310
  8.   ClientWidth = 351
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 329
  23.     Height = 49
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 104
  27.       Top = 24
  28.       Width = 105
  29.       Height = 13
  30.       Caption = 'Mail Them Version 1.2'
  31.     end
  32.   end
  33.   object GroupBox2: TGroupBox
  34.     Left = 8
  35.     Top = 64
  36.     Width = 329
  37.     Height = 65
  38.     TabOrder = 1
  39.     object Label2: TLabel
  40.       Left = 96
  41.       Top = 16
  42.       Width = 146
  43.       Height = 39
  44.       Alignment = taCenter
  45.       Caption = 
  46.         '(c) Kadmy Ltd 1998-99'#13#10'E-mail: kashirin@geocities.com'#13#10'http: //m' +
  47.         'ailthem.hypermart.net'
  48.       Font.Charset = RUSSIAN_CHARSET
  49.       Font.Color = clWindowText
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.     end
  55.   end
  56.   object GroupBox3: TGroupBox
  57.     Left = 8
  58.     Top = 136
  59.     Width = 329
  60.     Height = 65
  61.     TabOrder = 2
  62.     object Label3: TLabel
  63.       Left = 32
  64.       Top = 8
  65.       Width = 264
  66.       Height = 52
  67.       Alignment = taCenter
  68.       Caption = 
  69.         'THANK YOU FOR USING MAIL THEM'#13#10'We hope you enjoy it'#13#10'This unregi' +
  70.         'sterd version is for evaluation only'#13#10'The registred version (US$' +
  71.         '12) doesn'#39't display this notice'
  72.     end
  73.   end
  74.   object GroupBox4: TGroupBox
  75.     Left = 8
  76.     Top = 208
  77.     Width = 329
  78.     Height = 89
  79.     TabOrder = 3
  80.     object Label4: TLabel
  81.       Left = 32
  82.       Top = 16
  83.       Width = 277
  84.       Height = 26
  85.       Alignment = taCenter
  86.       Caption = 
  87.         'I understand that I may use this program only for evaluation'#13#10' a' +
  88.         'nd that any other use requires purchase of a license'
  89.     end
  90.     object BitBtn1: TBitBtn
  91.       Left = 16
  92.       Top = 56
  93.       Width = 75
  94.       Height = 25
  95.       Caption = 'I &Agree'
  96.       TabOrder = 0
  97.       OnClick = BitBtn1Click
  98.     end
  99.     object BitBtn2: TBitBtn
  100.       Left = 128
  101.       Top = 56
  102.       Width = 75
  103.       Height = 25
  104.       Caption = '&Quit'
  105.       TabOrder = 1
  106.       OnClick = BitBtn2Click
  107.     end
  108.     object BitBtn3: TBitBtn
  109.       Left = 240
  110.       Top = 56
  111.       Width = 75
  112.       Height = 25
  113.       Caption = '&Register'
  114.       TabOrder = 2
  115.       OnClick = BitBtn3Click
  116.     end
  117.   end
  118. end
  119.